3.515 \(\int \coth (c+d x) (a+b \sinh ^2(c+d x))^p \, dx\)

Optimal. Leaf size=54 \[ -\frac {\left (a+b \sinh ^2(c+d x)\right )^{p+1} \, _2F_1\left (1,p+1;p+2;\frac {b \sinh ^2(c+d x)}{a}+1\right )}{2 a d (p+1)} \]

[Out]

-1/2*hypergeom([1, 1+p],[2+p],1+b*sinh(d*x+c)^2/a)*(a+b*sinh(d*x+c)^2)^(1+p)/a/d/(1+p)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 54, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {3194, 65} \[ -\frac {\left (a+b \sinh ^2(c+d x)\right )^{p+1} \, _2F_1\left (1,p+1;p+2;\frac {b \sinh ^2(c+d x)}{a}+1\right )}{2 a d (p+1)} \]

Antiderivative was successfully verified.

[In]

Int[Coth[c + d*x]*(a + b*Sinh[c + d*x]^2)^p,x]

[Out]

-(Hypergeometric2F1[1, 1 + p, 2 + p, 1 + (b*Sinh[c + d*x]^2)/a]*(a + b*Sinh[c + d*x]^2)^(1 + p))/(2*a*d*(1 + p
))

Rule 65

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)*Hypergeometric2F1[-m, n +
 1, n + 2, 1 + (d*x)/c])/(d*(n + 1)*(-(d/(b*c)))^m), x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Inte
gerQ[m] || GtQ[-(d/(b*c)), 0])

Rule 3194

Int[((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.)*tan[(e_.) + (f_.)*(x_)]^(m_.), x_Symbol] :> With[{ff = Free
Factors[Sin[e + f*x]^2, x]}, Dist[ff^((m + 1)/2)/(2*f), Subst[Int[(x^((m - 1)/2)*(a + b*ff*x)^p)/(1 - ff*x)^((
m + 1)/2), x], x, Sin[e + f*x]^2/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \coth (c+d x) \left (a+b \sinh ^2(c+d x)\right )^p \, dx &=\frac {\operatorname {Subst}\left (\int \frac {(a+b x)^p}{x} \, dx,x,\sinh ^2(c+d x)\right )}{2 d}\\ &=-\frac {\, _2F_1\left (1,1+p;2+p;1+\frac {b \sinh ^2(c+d x)}{a}\right ) \left (a+b \sinh ^2(c+d x)\right )^{1+p}}{2 a d (1+p)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 54, normalized size = 1.00 \[ -\frac {\left (a+b \sinh ^2(c+d x)\right )^{p+1} \, _2F_1\left (1,p+1;p+2;\frac {b \sinh ^2(c+d x)}{a}+1\right )}{2 a d (p+1)} \]

Antiderivative was successfully verified.

[In]

Integrate[Coth[c + d*x]*(a + b*Sinh[c + d*x]^2)^p,x]

[Out]

-1/2*(Hypergeometric2F1[1, 1 + p, 2 + p, 1 + (b*Sinh[c + d*x]^2)/a]*(a + b*Sinh[c + d*x]^2)^(1 + p))/(a*d*(1 +
 p))

________________________________________________________________________________________

fricas [F]  time = 0.59, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \sinh \left (d x + c\right )^{2} + a\right )}^{p} \coth \left (d x + c\right ), x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)*(a+b*sinh(d*x+c)^2)^p,x, algorithm="fricas")

[Out]

integral((b*sinh(d*x + c)^2 + a)^p*coth(d*x + c), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sinh \left (d x + c\right )^{2} + a\right )}^{p} \coth \left (d x + c\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)*(a+b*sinh(d*x+c)^2)^p,x, algorithm="giac")

[Out]

integrate((b*sinh(d*x + c)^2 + a)^p*coth(d*x + c), x)

________________________________________________________________________________________

maple [F]  time = 0.45, size = 0, normalized size = 0.00 \[ \int \coth \left (d x +c \right ) \left (a +b \left (\sinh ^{2}\left (d x +c \right )\right )\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(d*x+c)*(a+b*sinh(d*x+c)^2)^p,x)

[Out]

int(coth(d*x+c)*(a+b*sinh(d*x+c)^2)^p,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sinh \left (d x + c\right )^{2} + a\right )}^{p} \coth \left (d x + c\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)*(a+b*sinh(d*x+c)^2)^p,x, algorithm="maxima")

[Out]

integrate((b*sinh(d*x + c)^2 + a)^p*coth(d*x + c), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \mathrm {coth}\left (c+d\,x\right )\,{\left (b\,{\mathrm {sinh}\left (c+d\,x\right )}^2+a\right )}^p \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(c + d*x)*(a + b*sinh(c + d*x)^2)^p,x)

[Out]

int(coth(c + d*x)*(a + b*sinh(c + d*x)^2)^p, x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)*(a+b*sinh(d*x+c)**2)**p,x)

[Out]

Timed out

________________________________________________________________________________________